'Declaration Public Overloads Shared Function CreateCommand<TType of processing command.>( _ ByVal decoderTypeThe type of image decoder. As System.Type _) As T (Of TType of processing command. As ProcessingCommandBase)
public static T CreateCommand<T>( System.Type decoderType) where T: ProcessingCommandBase
public: static T* CreateCommand<T>( System.Type* decoderType) where T: ProcessingCommandBase*
generic<typename T> public:static T^ CreateCommand( System.Type^ decoderType) where T: ProcessingCommandBase^
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5
ImageProcessingCommandFactory Class ImageProcessingCommandFactory Members Overload List